Skip to main content

CanvasPropertyAntialias

Type

operator

Summary

The current antialias setting of a canvas.

Syntax

the antialias of <mCanvas>

Description

A boolean value which determines whether or not antialiasing will be used when rendering paths on mCanvas.

Parameters

NameTypeDescription

mCanvas

An expression which evaluates to a canvas.

Examples

// Disable antialiasing on the canvas
set the antialias of this canvas to false
Thank you for your feedback!

Was this page helpful?